home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / ddj0897.zip / DYN401.ZIP / examples / exam09 / readme < prev    next >
Text File  |  1995-09-27  |  435b  |  13 lines

  1.  
  2.  
  3. This example demonstrates the value and correct initialization procedure
  4. for the automatic garbage collector.
  5.  
  6. The first time it is run the system will run out of memory because a
  7. large number of objects are created but never disposed.
  8.  
  9. After the first run you need to un-comment the line indicated in main.c
  10. and re-compile and link to see what happens when the GC is turned on.
  11.  
  12. (To build see the readme file in the first example.)
  13.